Skip to content

Thomas Full Stack Portfolio#88

Open
th0jensen wants to merge 2 commits intoboolean-uk:mainfrom
th0jensen:main
Open

Thomas Full Stack Portfolio#88
th0jensen wants to merge 2 commits intoboolean-uk:mainfrom
th0jensen:main

Conversation

@th0jensen
Copy link

No description provided.

index.html Outdated
<a href="/" class="logo">Thomas Jensen</a>
<a href="/" class="logo-heb">תומס ינסן</a>
</div>
<div class="links">
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class names can be more specific: header-links rather than just links

index.html Outdated
</header>
<main>
<div class="splash">
<br />
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe use a margin instead of br? a

with a specific class that adds a margin as required

index.html Outdated
</section>
</div>
<div id="about-me"></div>
<div class="about-me">
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should not be a div, but rather a section

index.html Outdated
<div class="about-me">
<br />
<h1>About Me</h1>
<section>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should just be a div because we are inside the section

style.css Outdated
font-family:;
}

header .logo {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to repeat header .logo you could just have .logo although a better name would be .header-logo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants